Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Applet Control Functions /


JMGetAppletObject

Returns a reference to the Java applet object.

jref JMGetAppletObject (JMAppletViewerRef viewer);
viewer
The applet whose Java object you want to find.
function result
A pointer to the java.applet.Applet Java object.
DISCUSSION
This function returns a reference to the actual applet object rather than to the JMAppletViewerRef object handled by the embedding application.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997